ClearObjectStoreRequest

data class ClearObjectStoreRequest(securityOrigin: String, databaseName: String, objectStoreName: String)

Represents request frame that can be used with IndexedDB#clearObjectStore operation call.

Clears all entries from an object store.

See also

Constructors

ClearObjectStoreRequest
Link copied to clipboard
fun ClearObjectStoreRequest(securityOrigin: String, databaseName: String, objectStoreName: String)

Properties

databaseName
Link copied to clipboard
val databaseName: String
Database name.
objectStoreName
Link copied to clipboard
val objectStoreName: String
Object store name.
securityOrigin
Link copied to clipboard
val securityOrigin: String
Security origin.

Sources

jvm source
Link copied to clipboard